isFillEnabled

abstract fun isFillEnabled(block: DesignBlock): Boolean

Query if the fill of the given design block is enabled.

Return

true if the fill is enabled, false otherwise.

Parameters

block

the block whose fill state should be queried.